Welcome![Sign In][Sign Up]
Location:
Search - vb api socket

Search list

[WinSock-NDIS一个Socket连接类,封装了Winsock API

Description: 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
Platform: | Size: 61975 | Author: 于晶 | Hits:

[Internet-Network一个Socket连接类,封装了Winsock API

Description: 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
Platform: | Size: 61440 | Author: 于晶 | Hits:

[Internet-NetworkNetSendMessage

Description: 关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成-LAN messaging on the vb source code, calling windowsAPI shell to be completed within the local area network computer retrieval, then use the API function completed NetMessageBufferSend
Platform: | Size: 5120 | Author: 鲁宁 | Hits:

[ICQ-IM-Chatjava4597845676

Description: 本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple. Java API sets to address the communications interface provides a type java.net.Socket. , make preparation network applications relatively easily. Multi-threaded servers to meet the multi-user request, and through JDBC
Platform: | Size: 1654784 | Author: jmz | Hits:

[File Operatesavewithdatathroughvisualbasic

Description: VB做为快速应用开发(RAD)工具越来越得到开发人员的认可和接受。它对许多API(如ODBC API、SOCKET API等等)的封装使得编程变得简单起来。同时,它支持集成开发环境下的可视化、事件驱动、面向对象等编程特点。下面,我们谈谈在VB中调用存储过程的实现方法及其注意事项。 ---- 我们知道,VB的数据库编程有许多种方法,比如直接用ODBC API编程,这种方法灵活、高效,程序员可以实现对数据库复杂的控制;也可以用VB中的数据对象,如RDO(远程数据对象)、DAO(数据访问对象)、ADO(ActiveX 数据对象),这种方法实现起来方便、快捷,但灵活性较差一些。由于存储过程在实现数据封装、隐藏以及代码的预编译、减少网络负载、维护方便等优点,所以被许多RDBMS和编程工具做支持。VB中的各类数据对象也提供对存储过程的支持。-savewithdatathroughvisualbasic
Platform: | Size: 2048 | Author: zyk | Hits:

[Internet-Networksocket

Description: vb开发socket的示例 详细描述了vb socket api的应用,不用winsock控件-vb socket api
Platform: | Size: 1024 | Author: frank | Hits:

[Remote ControlBackShell(SocketAPI)

Description: 用VB写的反弹型后门程序。不是通过winsock而是通过调用系统API创建Socket进行网络连接。-Using VB to write a reaction-type backdoors. Not through winsock but by calling the system API to create Socket to network connections.
Platform: | Size: 70656 | Author: willker | Hits:

[Internet-NetworkSocket-API-VB6

Description: VB Socket 封包技术中文版教程资料 -VB Socket data packet technology tutorials VB Socket Chinese version Chinese version of the packet technologies tutorial information
Platform: | Size: 253952 | Author: Rock | Hits:

[Software EngineeringCSharpTCP

Description: C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the popular TCP/IP protocol software design methods, experimental design network transmission. • master the complete computer communication process the network scoket socket, in-depth understanding and mastery of the concept of the structure of the TCP/IP protocol-based network communication and network client/server model, are familiar with the popular Windows API function usage using C++ or VB language stream socket communication network applications programming.
Platform: | Size: 178176 | Author: 郭树军 | Hits:

[Windows DevelopVBWinSockAPIchat

Description: VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,网络数据到达,网络断开等各种情况,参数:套接字句柄,窗口句柄,消息标志(这样才能知道哪条消息是来自被绑定的套接字哪条不是),消息类型(可以知道你要接收的是哪类消息,可以屏蔽某些不想要的)。-VB6.0 peer chat program using WinSock API examples, VB chat source code, API.bas there we used the online chat API, such as cleaning up the memory of some things that define a connection (correct name is: socket) close socket, the port and the socket is bound together, listen, if you write server-side program, then use this function to start listening whether a client requests a connection, the first parameter is a socket handle, 2nd is the allowable number of client connections, as well as set the window function used to receive messages, and use it to bind a socket window, after news of the socket will be sent to the window message processing function, for example, a successful connection, the connection fails, the client requests a connection, network data arrives, the network is disconnected, and other conditions, parameters: socket handle, window handle, message signs (so as to know which message is from the bound which is not a socket), message type (you can know what kind of a m
Platform: | Size: 18432 | Author: bpudn42 | Hits:

CodeBus www.codebus.net